{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# 4.1 算法原理\n", "\n", "## 4.1.1 神经网络的误差向后传递过程" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 4.1.1.1 神经网络基本结构\n", "![1](Picture2/4111.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 4.1.1.2 误差反向传导算法\n", "![2](Picture/4112.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 4.1.1.3 误差反向传导过程\n", "![3](Picture/4113.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 4.1.2 边界极大化(SVM)\n", "\n", "### 4.1.2.1 边界最大化推导过程\n", "![4](Picture/4121.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 4.1.2.2 对偶问题求解步骤\n", "![5](Picture/4122.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 4.1.2.3 非线性情况求解\n", "![6](Picture/4123.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 4.1.2.4 多类问题\n", "![7](Picture/4124.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 4.1.2.5 SMO算法\n", "![8](Picture/4125.png)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.4" } }, "nbformat": 4, "nbformat_minor": 2 }